Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomRowValueGetRowValueArgs<TRowValueType> Class / NCustomRowValueGetRowValueArgs<TRowValueType> Constructor


In This Topic
    NCustomRowValueGetRowValueArgs<TRowValueType> Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal MSCh As NCustomRowValue(Of TRowValueType), _
       ByVal nSCh As NGrid, _
       ByVal OSCh As System.Integer _
    )
    'Usage
     
    
    Dim MSCh As NCustomRowValue(Of TRowValueType)
    Dim nSCh As NGrid
    Dim OSCh As System.Integer
     
    Dim instance As New NCustomRowValueGetRowValueArgs(Of TRowValueType)(MSCh, nSCh, OSCh)
    internal NCustomRowValueGetRowValueArgs<TRowValueType>( 
       NCustomRowValue<TRowValueType> MSCh,
       NGrid nSCh,
       System.int OSCh
    )

    Parameters

    MSCh
    nSCh
    OSCh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also